net: sh-eth: fix inl and outl definitions
authorChris Brandt <[email protected]>
Fri, 3 Nov 2017 13:30:11 +0000 (08:30 -0500)
committerJoe Hershberger <[email protected]>
Mon, 15 Jan 2018 18:05:16 +0000 (12:05 -0600)
commit5ad565b0d1c10d6bdbf40c0264573e2044ab80fc
tree9f35eed61f3131ab7fac3d51b413db578b20116e
parentce27eb9b40594857a60cbff4763bc6a12e1118d3
net: sh-eth: fix inl and outl definitions

The macros inl and outl maybe already be defined from file
arch/arm/include/asm/io.h so there may be no reason to define them.
And if you do try defined them here, you get a redefined complier warning.

Signed-off-by: Chris Brandt <[email protected]>
Acked-by: Nobuhiro Iwamatsu <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
drivers/net/sh_eth.h